In This Topic
Sets the field name.
Syntax
public void setName(
java.lang.String
)
|
Parameters
- value
- The name of the field.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | Thrown when the name is not valid (null, empty, unsupported characters). |
See Also